home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / hdd5.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  3.4 KB  |  61 lines

  1. #
  2. # Hard Disk Tools #5
  3. #
  4. hdd5_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 5/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Wiping                                                               "
  17. set textColor = color[white on cyan]
  18. print " [F1] AutoClave V0.3                    [F3] Active@ KillDisk Free Edition V3.1 "
  19. print " [F2] Darik's Boot and Nuke V1.0.4      [F4] PC INSPECTOR e-maxx V0.95          "
  20. print "                                                                                "
  21. set textColor = color[yellow on cyan]
  22. print " Hard Disk Cloning                                                              "
  23. set textColor = color[white on cyan]
  24. print " [F5] HDClone V2.0 (Free Edition)       [F7] g4u V1.17                          "
  25. print " [F6] PC INSPECTOR clone maxx V0.95     [F8] XXCOPY V2.85.5                     "
  26. print "                                                                                "
  27. set textColor = color[yellow on cyan]
  28. print " Hard Disk Editors                                                              "
  29. set textColor = color[white on cyan]
  30. print " [F9] Disk Editor V3.0                   [2] PTS DiskEditor V1.04               "
  31. print "  [1] DISKMAN4 V4.01                                                            "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[white on blue]
  40. print "             Please select an item (ESC to return to previous menu)             "
  41. set textColor = color[white on black]
  42.  
  43. #
  44. # Actions
  45. #
  46. getkey 500 script boothdd0.scn
  47. clear
  48. if ($lastKey == key[f1]); then memdisk \images\clave.igz
  49. if ($lastKey == key[f2]); then memdisk \images\dban.igz
  50. if ($lastKey == key[f3]); then memdisk \images\killdisk.igz
  51. if ($lastKey == key[f4]); then memdisk \images\emaxx.igz
  52. if ($lastKey == key[f5]); then memdisk \images\hdclone.igz
  53. if ($lastKey == key[f6]); then memdisk \images\clonemax.igz
  54. if ($lastKey == key[f7]); then diskemu \images\g4u.img
  55. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\xxcopy\startup.bat
  56. if ($lastKey == key[f9]); then bcdw \images\freedos.img \dosapps\diskedit\startup.bat
  57. if ($lastKey == key[1]); then bcdw \images\freedos.img \dosapps\diskman4\startup.bat
  58. if ($lastKey == key[2]); then memdisk \images\ptsdedit.igz
  59. if ($lastKey == key[esc]); then script hdd4.scn
  60. goto hdd5_menu
  61.